home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / fish / 701-725 / 713 / longplay / longplay.doc < prev    next >
Text File  |  1995-03-18  |  4KB  |  81 lines

  1. /************************************************************************
  2.  *
  3.  * LongPlay is FreeWare, written in 1992 by Joe Tatman. Please feel free
  4.  * to distribute this program.
  5.  *
  6.  * If you have comments, questions, suggestions, or bug reports, please 
  7.  * write to me at the following address:
  8.  *
  9.  *                Joe Tatman
  10.  *                CSE DIV. USS BELLEAU WOOD
  11.  *                FPO AP 96623-1610
  12.  *
  13.  *
  14.  ***********************************************************************/
  15.  
  16. LongPlay is an IFF sound sample player. It is a little different from most
  17. players, however, in that it reads from the hard drive as it plays. This 
  18. allows you to use IFF sound samples which are limited in length only by 
  19. the size of your hard drive. This program will work on a stock 68000 
  20. machine, but you should have a hard drive.
  21.  
  22. This program may be used from the CLI or workbench.
  23. To use it from the CLI type 'longplay <options> <soundfile>'.
  24. The options are as follows :
  25.  
  26.    -S<speed>       -- Allows you to give the speed in samples/second for
  27.                       playback.
  28.    -B<buffer size> -- Set the chip ram buffer size for reading. The default
  29.                       size is 50K. Monoral samples use two buffers, and
  30.                       stereo samples use four. I recommend not changing
  31.                       this value unless you are getting out of memory
  32.                       errors. (Keeping the number this high greatly reduces
  33.                       the number of reads from the hard drive, and improves
  34.                       speed significantly).
  35.    -F              -- Turn off the high frequency filter.
  36.                       The default is on.
  37.    -M              -- Force MONORAL mode. This allows you to play a stereo
  38.                       sample as if it were monoral, improving access speed
  39.                       greatly.
  40.  
  41. To use this program from the Workbench, find the Project icon created by
  42. your sampler, click on it and select "INFO" from the Workbench menu.
  43. Click in the "default tooltypes" box, and type 'longplay'. Save your 
  44. changes. Make sure longplay is in your c: directory. Then just double-click
  45. the icon when you want to hear your favorite song.
  46. It is also possible to use options from the workbench. To do this, click
  47. on the icon, select "info" from the workbench menu, and then in the icon
  48. tooltype listing add one or more of the following:
  49.  
  50.    NOFILTER      -- Turns off the high frequency filter. On by default.
  51.    
  52.    MONO          -- Force Monoral mode. Note that this only affects stereo
  53.                     samples.
  54.    
  55.    SPEED=<speed> -- Specify your own playback speed in samples/second.
  56.    
  57.    BUFFER=<size> -- Specify your own buffer size. The default is 50K.
  58.                     I have found this value to be about optimum, and
  59.                     don't recommend changing it unless necessary.
  60.                     One note here: mono samples use two buffers, and
  61.                     stereo samples use four buffers.
  62.                       
  63. I am also including with this program another program called
  64. 'joinsounds'. This program is used to combine two IFF files into a single
  65. file, allowing you to sample a song one piece at a time, and then join them
  66. into a single sample. See the joinsounds readme file for more information.
  67.  
  68. I wrote this program because shortly after buying a sound sampler, I 
  69. discovered the limitations of memory on my sampling ability. I thought
  70. it might be cool to be able to record a whole song, but the memory 
  71. requirements were a little bit beyond my reach. Since there were no
  72. programs like this out there (that I know of), I decided to write one
  73. myself. If you would like to see some variation on what I have done here,
  74. let me know and I will see what I can do.
  75.  
  76. This program is my very first public domain program for the Amiga, and I
  77. hope you like it. If you do, please let me know. I would also be happy
  78. to send you any updates, as long as you send me a few dollars to cover
  79. the disk and the postage costs.
  80.  
  81.